From: Glenn Morris Date: Tue, 10 Apr 2007 04:05:10 +0000 (+0000) Subject: (default-buffer-file-type): Add defvar to quieten byte-compiler. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~971 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=952fe7ba00b1ca0435477a9c40dcadf0e30b163a;p=emacs.git (default-buffer-file-type): Add defvar to quieten byte-compiler. --- diff --git a/lisp/dos-w32.el b/lisp/dos-w32.el index 94ba5def7b5..aeebb9c3d08 100644 --- a/lisp/dos-w32.el +++ b/lisp/dos-w32.el @@ -74,6 +74,9 @@ against the file name, and TYPE is nil for text, t for binary.") (setq alist (cdr alist))) found))) +;; Silence compiler. Defined in src/buffer.c on DOS_NT. +(defvar default-buffer-file-type) + ;; Don't check for untranslated file systems here. (defun find-buffer-file-type (filename) (let ((match (find-buffer-file-type-match filename))